Skip to content

[alexivanou/russian-text-bundle] add recipe for v1.0 - #2010

Merged
symfony-recipes-bot merged 1 commit into
symfony:mainfrom
alexivanou:alexivanou/russian-text-bundle
Jul 9, 2026
Merged

[alexivanou/russian-text-bundle] add recipe for v1.0#2010
symfony-recipes-bot merged 1 commit into
symfony:mainfrom
alexivanou:alexivanou/russian-text-bundle

Conversation

@alexivanou

Copy link
Copy Markdown
Contributor
Q A
License MIT
Packagist https://packagist.org/packages/alexivanou/russian-text-bundle

Symfony bundle providing Russian text functions: pluralization, number spelling,
name inflection, noun/adjective declension, geographical name inflection,
money spelling, time ago, transliteration, phone formatting, identifier validation
(INN, SNILS, OGRN, SWIFT, IBAN, etc.), name parsing, date formatting, text helpers.
Built on wapmorgan/morphos.

All service flags are pure toggles defaulting to true — disabled services are
removed from the container at compile time.

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) July 8, 2026 01:33
@symfony-recipes-bot

Copy link
Copy Markdown
Collaborator

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2010/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2010/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'alexivanou/russian-text-bundle:^1.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@alexivanou alexivanou closed this Jul 8, 2026
auto-merge was automatically disabled July 8, 2026 02:32

Pull request was closed

@alexivanou alexivanou reopened this Jul 8, 2026
@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) July 8, 2026 02:32
@symfony-recipes-bot
symfony-recipes-bot merged commit 8cf16a4 into symfony:main Jul 9, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants